Skip to content

Commit 54edc9e

Browse files
committed
Fix location of patchelf binary in snap image
1 parent 66fc1d0 commit 54edc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FROM ubuntu:$UBUNTU
7979
COPY --from=builder /snap/core24 /snap/core24
8080
COPY --from=builder /snap/snapcraft /snap/snapcraft
8181
COPY --from=builder /snap/bin/snapcraft /snap/bin/snapcraft
82-
COPY --from=builder /opt/patchelf/bin/patchelf /snap/snapcraft/current/bin
82+
COPY --from=builder /opt/patchelf/bin/patchelf /snap/bin
8383

8484
# Generate locale and install dependencies.
8585
RUN apt-get update && apt-get dist-upgrade --yes && apt-get install --yes snapd sudo locales && locale-gen en_US.UTF-8 && \

0 commit comments

Comments
 (0)